home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / adam / adam10.exe / {app} / Adam.exe / 0 / RCDATA / TFFILEPROPERTIES / TFFILEPROPERTIES.txt
Text File  |  2004-04-14  |  6KB  |  278 lines

  1. object fFileProperties: TfFileProperties
  2.   Left = 455
  3.   Top = 40
  4.   BorderStyle = bsDialog
  5.   Caption = 'Vlastnosti souboru'
  6.   ClientHeight = 397
  7.   ClientWidth = 343
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl: TPageControl
  22.     Left = 6
  23.     Top = 7
  24.     Width = 332
  25.     Height = 349
  26.     ActivePage = tabCommon
  27.     TabIndex = 0
  28.     TabOrder = 0
  29.     object tabCommon: TTabSheet
  30.       Caption = 'Obecn'#233
  31.       object Bevel1: TBevel
  32.         Left = 8
  33.         Top = 130
  34.         Width = 310
  35.         Height = 9
  36.         Shape = bsTopLine
  37.       end
  38.       object LabelTitle: TLabel
  39.         Left = 8
  40.         Top = 143
  41.         Width = 34
  42.         Height = 13
  43.         Caption = 'N'#225'zev:'
  44.       end
  45.       object LabelAlbum: TLabel
  46.         Left = 8
  47.         Top = 167
  48.         Width = 32
  49.         Height = 13
  50.         Caption = 'Album:'
  51.       end
  52.       object LabelArtist: TLabel
  53.         Left = 8
  54.         Top = 192
  55.         Width = 39
  56.         Height = 13
  57.         Caption = 'Um'#283'lec:'
  58.       end
  59.       object LabelGenre: TLabel
  60.         Left = 8
  61.         Top = 216
  62.         Width = 25
  63.         Height = 13
  64.         Caption = #381#225'nr:'
  65.       end
  66.       object LabelTrack: TLabel
  67.         Left = 135
  68.         Top = 241
  69.         Width = 31
  70.         Height = 13
  71.         Caption = 'Stopa:'
  72.       end
  73.       object LabelYear: TLabel
  74.         Left = 8
  75.         Top = 241
  76.         Width = 23
  77.         Height = 13
  78.         Caption = 'Rok:'
  79.       end
  80.       object Bevel2: TBevel
  81.         Left = 8
  82.         Top = 38
  83.         Width = 310
  84.         Height = 9
  85.         Shape = bsTopLine
  86.       end
  87.       object LabelComment: TLabel
  88.         Left = 8
  89.         Top = 266
  90.         Width = 49
  91.         Height = 13
  92.         Caption = 'Koment'#225#345':'
  93.       end
  94.       object LabelMode: TLabel
  95.         Left = 8
  96.         Top = 108
  97.         Width = 35
  98.         Height = 13
  99.         Caption = 'Kan'#225'ly:'
  100.       end
  101.       object LabelLength: TLabel
  102.         Left = 8
  103.         Top = 87
  104.         Width = 31
  105.         Height = 13
  106.         Caption = 'D'#233'lka:'
  107.       end
  108.       object LabelSize: TLabel
  109.         Left = 8
  110.         Top = 67
  111.         Width = 40
  112.         Height = 13
  113.         Caption = 'Velikost:'
  114.       end
  115.       object LabelBitrate: TLabel
  116.         Left = 184
  117.         Top = 87
  118.         Width = 55
  119.         Height = 13
  120.         Caption = 'Datov'#253' tok:'
  121.       end
  122.       object LabelSamplerate: TLabel
  123.         Left = 184
  124.         Top = 108
  125.         Width = 54
  126.         Height = 13
  127.         Caption = 'Frekvence:'
  128.       end
  129.       object LabelPath: TLabel
  130.         Left = 8
  131.         Top = 47
  132.         Width = 45
  133.         Height = 13
  134.         Caption = 'Um'#237'st'#283'n'#237':'
  135.       end
  136.       object LabPath: TLabel
  137.         Left = 67
  138.         Top = 47
  139.         Width = 251
  140.         Height = 13
  141.         AutoSize = False
  142.       end
  143.       object LabSize: TLabel
  144.         Left = 67
  145.         Top = 67
  146.         Width = 251
  147.         Height = 13
  148.         AutoSize = False
  149.       end
  150.       object LabLength: TLabel
  151.         Left = 67
  152.         Top = 87
  153.         Width = 101
  154.         Height = 13
  155.         AutoSize = False
  156.       end
  157.       object LabMode: TLabel
  158.         Left = 67
  159.         Top = 108
  160.         Width = 101
  161.         Height = 13
  162.         AutoSize = False
  163.       end
  164.       object LabBitrate: TLabel
  165.         Left = 257
  166.         Top = 87
  167.         Width = 62
  168.         Height = 13
  169.         AutoSize = False
  170.       end
  171.       object LabSamplerate: TLabel
  172.         Left = 257
  173.         Top = 108
  174.         Width = 62
  175.         Height = 13
  176.         AutoSize = False
  177.       end
  178.       object Image: TImage
  179.         Left = 8
  180.         Top = 2
  181.         Width = 32
  182.         Height = 32
  183.         Center = True
  184.       end
  185.       object EditFileName: TEdit
  186.         Left = 69
  187.         Top = 9
  188.         Width = 248
  189.         Height = 21
  190.         ReadOnly = True
  191.         TabOrder = 0
  192.       end
  193.       object EditTitle: TEdit
  194.         Left = 69
  195.         Top = 139
  196.         Width = 248
  197.         Height = 21
  198.         MaxLength = 100
  199.         TabOrder = 1
  200.       end
  201.       object EditAlbum: TEdit
  202.         Left = 69
  203.         Top = 164
  204.         Width = 248
  205.         Height = 21
  206.         MaxLength = 100
  207.         TabOrder = 2
  208.       end
  209.       object EditArtist: TEdit
  210.         Left = 69
  211.         Top = 189
  212.         Width = 248
  213.         Height = 21
  214.         MaxLength = 100
  215.         TabOrder = 3
  216.       end
  217.       object EditGenre: TEdit
  218.         Left = 69
  219.         Top = 214
  220.         Width = 156
  221.         Height = 21
  222.         MaxLength = 30
  223.         TabOrder = 4
  224.       end
  225.       object EditTrack: TEdit
  226.         Left = 180
  227.         Top = 239
  228.         Width = 45
  229.         Height = 21
  230.         MaxLength = 10
  231.         TabOrder = 6
  232.       end
  233.       object EditYear: TEdit
  234.         Left = 69
  235.         Top = 239
  236.         Width = 55
  237.         Height = 21
  238.         MaxLength = 10
  239.         TabOrder = 5
  240.       end
  241.       object MemoComment: TMemo
  242.         Left = 69
  243.         Top = 264
  244.         Width = 248
  245.         Height = 50
  246.         MaxLength = 1000
  247.         TabOrder = 7
  248.       end
  249.     end
  250.     object tabPopularity: TTabSheet
  251.       Caption = 'Obl'#237'benost'
  252.       ImageIndex = 1
  253.     end
  254.   end
  255.   object btnOK: TBitBtn
  256.     Left = 184
  257.     Top = 364
  258.     Width = 75
  259.     Height = 25
  260.     Caption = 'OK'
  261.     Default = True
  262.     ModalResult = 1
  263.     TabOrder = 1
  264.     NumGlyphs = 2
  265.   end
  266.   object btnCancel: TBitBtn
  267.     Left = 262
  268.     Top = 364
  269.     Width = 75
  270.     Height = 25
  271.     Cancel = True
  272.     Caption = 'Storno'
  273.     ModalResult = 2
  274.     TabOrder = 2
  275.     NumGlyphs = 2
  276.   end
  277. end
  278.